getAllowReturnTransitionOverlap

Returns whether the the return transition and reenter transition overlap or not. When true, the reenter transition will start as soon as possible. When false, the reenter transition will wait until the return transition completes before starting.

Return

true to start the reenter transition when possible or false to wait until the return transition completes.